На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
общая лексика
исходная программа
общая лексика
открытые исходные тексты, открытые исходники
принцип, заключающийся в том, что исходный код разрабатываемой системы должен свободно и бесплатно предоставляться всем желающим её усовершенствовать. Полученные усовершенствования тоже должны быть доступны всем бесплатно
"The GPL and open source model allows for the creation of the best technology. It also prevents the hoarding of technology and ensures that anyone with an interest in a project or technology won't be excluded from its development" (Linus Torvalds) - GPL и модель открытых "исходников" позволяют создавать лучшие технологии. Кроме того, они не позволяют утаить технологию и гарантируют, что каждый заинтересованный может принять участие в её разработке.
In computing, source code, or simply code, is any collection of text, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code.
The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer. The machine code is then available for execution at a later time.
Most application software is distributed in a form that includes only executable files. If the source code were included it would be useful to a user, programmer or a system administrator, any of whom might wish to study or modify the program.
Alternatively, depending on the technology being used, source code may be interpreted and executed directly.